home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000434_news@columbia.edu _Tue Mar 18 17:06:49 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA16436
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 18 Mar 1997 17:06:49 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA28318
  7.     for kermit.misc@watsun; Tue, 18 Mar 1997 17:06:48 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!news.radio.cz!newsbastard.radio.cz!news.radio.cz!CESspool!hammer.uoregon.edu!news-xfer.netaxs.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!news.sprintlink.net!news-peer.sprintlink.net!howland.erols.net!usc!newshub.cts.com!not-for-mail
  9. From: cwr@cts.com (Will Rose)
  10. Newsgroups: comp.protocols.kermit.misc,comp.os.cpm
  11. Subject: Re: Back to Basics II (Blank screen in CP/M kermit)
  12. Followup-To: comp.protocols.kermit.misc,comp.os.cpm
  13. Date: 18 Mar 1997 22:00:41 GMT
  14. Organization: CTS Network Services (CTSNET), San Diego, CA
  15. Lines: 63
  16. Message-ID: <5gn3a9$kap@bogus.cts.com>
  17. References: <5gki33$8qi@sun.lclark.edu>
  18. NNTP-Posting-Host: crash-i2.cts.com
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:6766 comp.os.cpm:18639
  20.  
  21. John Miller (miller@sun.lclark.edu) wrote:
  22. : I have loads of experience with kermit between vaxen, macs, and PCs.
  23. : None with my wife's Kaypro II.
  24.  
  25. : CP/M 2.2G
  26.  
  27. : Various kermits: 4.05 with adm3a, with vt52, 3.9A for Kaypro II, 4.09,
  28. : Thanks to Don Maslin.
  29.  
  30. : I'm not satisfied completely with the RS-232 I have set up - the breakout
  31. : box shows that some of the connections are not happy (RTS, CTS, DTR, etc),
  32. : but for the life of me I can't figure what is wrong with them, so on to the
  33. : empirical observation and puzzle.
  34.  
  35. : I have the serial I/O port J4 connected to a Supra 2400 B modem.
  36. : The modem shows TX/RD activity when I connect via kermit.
  37. : I can ATDT, log into unix and give commands, etc, and log out.
  38. : I can't see a blasted thing on the screen.
  39. [...]
  40. : Is it a cable problem?
  41.  
  42. Yes.  The easiest thing to do would be to get a copy of Joe Campbell's
  43. The RS-232 Solution from the library, since it deals extensively with
  44. the Kaypro.  For debugging, get a 9V battery and a bunch of grabbers
  45. (or whatever you call them) from Radio Shack.  Then connect the battery
  46. ground to pin 7 of the Kaypro D25, and try pulling up CTS and possibly
  47. DSR. Once you've got it working with an external battery, then you can
  48. probably find enough volts from eg. DTR for any necessary pullups.
  49.  
  50. Or you could try the adapter below:
  51.  
  52. With the standard RS-232 D-25 pinouts of:
  53.  
  54.   1 - Frame ground
  55.   2 - TxD
  56.   3 - RxD
  57.   4 - RTS
  58.   5 - CTS
  59.   6 - DSR
  60.   7 - Signal ground
  61.   8 - DCD
  62.  20 - DTR
  63.  
  64. the cable that works in 95% of situations is:
  65.  
  66. DB-25      DB-25
  67.   1 <------> 1
  68.   2 <------> 3
  69.   3 <------> 2
  70.   4 <-+----> 8
  71.   5 <-+
  72.   6 <------> 20
  73.   7 <------> 7
  74.   8 <----+-> 4
  75.          +-> 5
  76.  20 <------> 8
  77.  
  78. Note that it is symmetrical.  It is also overkill, and disables all
  79. hardware handshaking.
  80.  
  81. Will
  82. cwr@crash.cts.com
  83.